projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c4fb1
)
* lisp/obsolete/lucid.el: Don't warn about any CL functions in this file.
author
Glenn Morris
<rgm@gnu.org>
Thu, 11 Nov 2010 03:54:59 +0000
(19:54 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 11 Nov 2010 03:54:59 +0000
(19:54 -0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/obsolete/lucid.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 3784483f805ec0ee189aed95e02c2d7632f73083..5738ef56df43a0f724c53cd30a2d0b44235398b3 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2010-11-11 Glenn Morris <rgm@gnu.org>
+ * obsolete/lucid.el: Don't warn about any CL functions in this file.
+
* progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
* progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
diff --git
a/lisp/obsolete/lucid.el
b/lisp/obsolete/lucid.el
index a83d6f2164bb069774b1a22c8b001861e1ef3021..a35cde022902c35c5794935bc4a48a20cf85a118 100644
(file)
--- a/
lisp/obsolete/lucid.el
+++ b/
lisp/obsolete/lucid.el
@@
-234,5
+234,8
@@
This is an XEmacs compatibility function."
(provide 'lucid)
-;; arch-tag: 80f9ab46-0b36-4151-86ed-3edb6d449c9e
+;; Local Variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End:
+
;;; lucid.el ends here